home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / modules / shader / res / description / Xsunburst.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  369b  |  15 lines

  1. #ifndef _Xsunburst_H_
  2. #define _Xsunburst_H_
  3.  
  4. enum
  5. {
  6.     SUNBURSTSHADER_SCALE_R        = 1000, // REAL
  7.     SUNBURSTSHADER_SCALE_A         = 1001, // REAL
  8.     SUNBURSTSHADER_TURBULENCE    = 1002,    // REAL
  9.     SUNBURSTSHADER_FREQUENCY    = 1003,    // REAL
  10.     SUNBURSTSHADER_RADIUS            = 1004,    // REAL
  11.     SUNBURSTSHADER_HEIGHT            = 1005,    // REAL
  12.     SUNBURSTSHADER_COLOR            = 1006    // GRADIENT
  13. };
  14.  
  15. #endif